on mouseUp global help if objectP(help) then set help = 0 help = new(xtra "fileio") helpString = "SAWYER Help" openFile (help, the moviePath &"help.html",0) delete(help) createFile (help, the moviePath &"help.html") openFile(help,the moviePath &"help.html",0) writeString(help,helpString) closeFile(help) helpFile = 0 goToNetPage "help.html", "_new" end